ESRI.ArcGIS.Mobile
Polygon Constructor(Generic IEnumerable)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Polygon Class > Polygon Constructor : Polygon Constructor(Generic IEnumerable)

parts
Initializes a new instance of the Polygon class from the provided coordinate collection list.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal parts As IEnumerable(Of CoordinateCollection) _
)
C# 
public Polygon( 
   IEnumerable<CoordinateCollection> parts
)

Parameters

parts

Remarks

All elements in the list are inserted into the polygon as closed rings.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.